home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / AOCE Sample Code / PowerTalk Access Modules / Sample CSAM / Sources / AOCE•Util.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-28  |  352 b   |  10 lines  |  [TEXT/MPS ]

  1. #include "OCETemplates.h"
  2.  
  3. OSErr GetAttributeValue(const CreationID * , short , AttributeType * , void * , Size );
  4. OSErr AddAttribute(const CreationID * , short , AttributeType * , void * , unsigned long , AttributeTag );
  5.  
  6. #define    kInternalError        -1
  7. #define    kNoRecords            -2
  8.  
  9. char * RToCString(RStringPtr , char * );
  10. Boolean rstrchr(RStringPtr, short );